Skip to content

Conversation

@Mambouna
Copy link

@Mambouna Mambouna commented Jul 9, 2025

Fixes #362.

Makes width and height properties of class Actor to prevent writing values to them, since changing an actors' dimensions is not currently supported. When trying to write to those properties, a warning is printed but no error thrown.

This change required removing width and height from the list of variable handling that is deferred to ZRect, but I could not find any regressions to be caused by this.

@lordmauve lordmauve added actor Issues/PRs involving Actor objects xform Transformations for Actors labels Jul 29, 2025
@Mambouna
Copy link
Author

@lordmauve Maybe this is also something small enough you could take a look some time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

actor Issues/PRs involving Actor objects xform Transformations for Actors

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug? Actor width and height are writeable

2 participants